CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - data matrix

搜索资源列表

  1. median-filter

    0下载:
  2. 三维数据矩阵的中值滤波方法,采用快速实现算法-Three-dimensional data matrix median filtering method, using fast algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3380
    • 提供者:王伟
  1. juzhenlei

    0下载:
  2. (1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),设置某元素值的方法setData(int row,int col,double value),计算两个矩阵的乘积的方法mul
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1181
    • 提供者:刘凯
  1. read-Matrix-for-SAR-DATA

    1下载:
  2. Read Matrix for SAR DATa
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:835
    • 提供者:Farhad
  1. Special-matrix-of-storage

    0下载:
  2. 本程序为特殊矩阵的存储程序,以菜单的形式实现了对称矩阵,上三角矩阵,下三角矩阵,三对角矩阵的存储。存储地址包括相对地址和绝对地址。 程序运行后,请先输入矩阵的行数,即列数。然后在数组最大范围内输入矩阵的数据。 就会显示出特殊矩阵的存储情况。-The procedures for the special matrix storage procedures to the form of menu realized the symmetric matrices, the triangle ma
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1017
    • 提供者:
  1. EOF

    0下载:
  2. 此程序用EOF方法分解原始数据矩阵,并可选择提出奇异点。-The program by EOF method decomposition raw data matrix, and can choose to put forward singularity.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:3874
    • 提供者:李智
  1. DPAlgo

    0下载:
  2. 用分支定界算法求解一个点到点最短路径问题,并有最大开销限制。所用的数据矩阵很大,可以用来研究分支限界和动态规划。-Branch and bound algorithm for a point to point shortest path problem, and the maximum spending limits. The data matrix can be used to study branch and bound and dynamic programming.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1665739
    • 提供者:andy
  1. DMcode

    0下载:
  2. data matrix编码格式的二维码编码器,完整的源码包含调用测试程序-Data matrix
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:647528
    • 提供者:刘冬
  1. Kmeans-clustering-algorithm

    1下载:
  2. kmeans函数:输入为类别数量k和数据矩阵A;输出为聚类结果A,和迭代次数,并将聚类结果数据以excel形式保存在工作路径下-kmeans function: Enter the number of categories k and the data matrix A output of the clustering results A, and the number of iterations, and the results of the clustering data to excel
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3985
    • 提供者:吴晓辰
  1. pca

    0下载:
  2. pca(主成分分析)matlab实现,可以有效的提取数据的主元成分,降低数据矩阵的维数。-pca (Principal Component Analysis) Matlab implementation, can effectively extract data in the main ingredients, reduce the dimension of the data matrix.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1873
    • 提供者:李梅
  1. Vector-and-Matrix-Template

    1下载:
  2. 向量类模板和矩阵类模板,能够实现各种常用的算法,作为工程开发的数据结构-Vector class template and template matrix class, able to achieve a variety of commonly used algorithms and data structures as the project development
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-11-08
    • 文件大小:5081
    • 提供者:sniperhu
  1. Eigenspace-beamforming-based-on-SVD

    0下载:
  2.  针对特征空间波束合成器,采用对数据矩阵进行奇异值分解,利用奇异值和奇异值矢量计算最优权矢量,完成波束合成-Feature space beam synthesizer, using the singular value decomposition of the data matrix, singular values ​ ​ and singular value vector to calculate the optimal weight vector, and compl
  3. 所属分类:Communication

    • 发布日期:2017-05-02
    • 文件大小:524058
    • 提供者:Chaos
  1. Admittance-matrix-inversion

    0下载:
  2. 程序使用高斯消去法实现导纳矩阵形成阻抗矩阵(即求逆)运算。采用带行辅助向量的三元组表来存储由给定文件中各支路参数形成的节点及导纳数据,其中三元组中导纳类型为复数类。可以通过查找函数结合辅助向量实现对指定行列的元素的查找和输出。-The program uses the Gaussian elimination method to achieve admittance matrix to form the impedance matrix (inverse) operator. With adju
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:655949
    • 提供者:李如风
  1. Data-structures-CPP

    0下载:
  2. 该程序主要是关于数据结构方面的,包括链表相关功能的实现,各种排序方法如冒泡排序,二分插入排序,图的实现,矩阵和树等程序的实现-The program data structures, including the related functions of the linked list implementation, various sorting methods such as bubble sort, binary insertion sort, graph realization matri
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:252008
    • 提供者:ws
  1. dotnet-barcode-reader-trial

    0下载:
  2. .NET Barcode Reader Including ■Codabar ■Code 39 ■Code 39 extension ■Code 128 ■EAN 128 ■EAN-8 ■EAN-13 ■UPC-A ■UPC-E ■Interleaved 2 of 5 ■Data Matrix ■PDF417 ■QRCode -.NET Barcode Reader Including ■
  3. 所属分类:.net

    • 发布日期:2017-03-25
    • 文件大小:87768
    • 提供者:thuadu
  1. net_barcode_reader_trial

    0下载:
  2. Including ■Codabar ■Code 39 ■Code 39 extension ■Code 128 ■EAN 128 ■EAN-8 ■EAN-13 ■UPC-A ■UPC-E ■Interleaved 2 of 5 ■Data Matrix ■PDF417 ■QRCode -Including ■Codabar ■Code 39 ■Code 39 extension ■
  3. 所属分类:.net

    • 发布日期:2017-03-27
    • 文件大小:214628
    • 提供者:thuadu
  1. read_s2p

    17下载:
  2. 向matlab中读入s2p文件的数据。读入的数据格式为freqx[S11 S21 S12 S22]-The program read .s2p file into matlab. The data matrix will have a dimension of freqx4. the four columns are [s11 s21 s12 s22].
  3. 所属分类:matlab

    • 发布日期:2014-12-06
    • 文件大小:1024
    • 提供者:魏晓云
  1. string-data-encryption

    0下载:
  2. Data Encryption by Matrix Multiplication We will only use numbers 0 to 26 for the encryptive mathematics operation. Numbers from 1 to 26 are for letters from A to Z and 0 is for all non-letter characters. To minimize usage of numbers, all letters
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4440
    • 提供者:delin
  1. Sparse-Matrix

    0下载:
  2. 在处理数据时经常需要处理稀疏矩阵,本文件包含了部分处理稀疏矩阵对角化、行列重拍等Matlab函数。-In the processing of data often need to deal with sparse matrices, this document contains some sparse matrix diagonalization, ranks remake Matlab functions.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:10220
    • 提供者:张飞云
  1. coherent-signals

    0下载:
  2. 提出了一种非圆相干信号完全解相关算法。不同于传统阵列信号中每次快拍形成一组数据矢量,该算法每次快拍形成一组数据矩阵。-A new decorrelation algorithm is presented to estimate the direction of arrival of non-circular coherent signals.Unlike the data vector in conventional array signal processing,a data matrix i
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:297612
    • 提供者:张元元
  1. svm

    0下载:
  2. 非线性svm实现样本点的分类,并输出图像,输入数据为矩阵-Nonlinear svm to achieve a classification of the sample points, and the output image, the input data matrix
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:9114
    • 提供者:xiaoxichanchan
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com